home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 11 / Amiga Plus 11: Amiga Future.iso / rexx / playerdemo.rexx < prev    next >
OS/2 REXX Batch file  |  1997-07-31  |  1KB  |  91 lines

  1. /*
  2. ------------------------------------------------------------
  3.  PlayerDEMO.rexx
  4.  
  5.  This script demonstrates some player-features
  6.  
  7.  Copyright ©1996 WK-Artworks
  8. ------------------------------------------------------------
  9. */
  10.  
  11. if ~show('P','Wildfire') then do
  12.  say " Error: The Wildfire-program must be started before executing this script."
  13.  exit
  14. end
  15.  
  16. address "Wildfire"
  17. options results
  18.  
  19. filename="wftut:halve_size/results/cha.yafa"
  20. t_getfile filename
  21. filename=result
  22.  
  23. txt_text "tutorial/player/txt1"
  24. txt_centre
  25. txt_wait
  26.  
  27. txt_text "tutorial/player/txt2"
  28. txt_centre
  29. m_wait 3
  30.  
  31. txt_text "tutorial/player/txt3"
  32. txt_centre
  33. m_wait 3
  34.  
  35. m_openplayer
  36. m_wait 1
  37.  
  38. p_file filename
  39.  
  40. txt_text "tutorial/player/txt4"
  41. txt_centre
  42. m_wait 3
  43.  
  44. p_caching off
  45.  
  46.  
  47. p_output hardware
  48. p_display normal
  49. txt_text "tutorial/player/txt5"
  50. txt_centre
  51. m_wait 3
  52. p_play 1 180
  53.  
  54. p_display zoomed
  55. txt_text "tutorial/player/txt6"
  56. txt_centre
  57. m_wait 3
  58. p_play 1 180
  59.  
  60. p_display dithered
  61. txt_text "tutorial/player/txt7"
  62. txt_centre
  63. m_wait 3
  64. p_play 1 180
  65.  
  66. pr_screendepth 6
  67. p_output window
  68. txt_text "tutorial/player/txt8"
  69. txt_centre
  70. m_wait 3
  71. p_play 1 180
  72. pr_loadprefs
  73.  
  74. p_output screen
  75. txt_text "tutorial/player/txt8b"
  76. txt_centre
  77. m_wait 3
  78. p_play 1 180
  79.  
  80. txt_text "tutorial/player/txt9"
  81. txt_centre
  82. p_openaniminfo
  83. m_wait 5
  84. p_closeaniminfo
  85.  
  86. txt_text "tutorial/player/txt10"
  87. txt_centre
  88.  
  89. m_closeplayer
  90. p_animfile
  91.